Einhugur Xml Plugin for Xojo

Node.RemoveAttribute Method

Removes attribute by name, returning true if attribute was removed, else false.

RemoveAttribute(
   name as String) as Boolean

Parameters

name
Name of the attribute to be removed.

Returns

Boolean
True if attribute was removed, else false.

Remarks

See Also

Node Class